From: Juanma Barranquero Date: Tue, 4 Feb 2003 11:27:37 +0000 (+0000) Subject: (image-type-regexps): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28465 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=13ddbb652b16a03fd208fd147c066dc9fad10084;p=emacs.git (image-type-regexps): Fix typo. --- diff --git a/lisp/image.el b/lisp/image.el index 346c2e72a01..25d05c9902f 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -46,7 +46,7 @@ When the first bytes of an image file match REGEXP, it is assumed to be of image type IMAGE-TYPE if IMAGE-TYPE is a symbol. If not a symbol, IMAGE-TYPE must be a pair (PREDICATE . TYPE). PREDICATE is called with one argument, a string containing the image data. If PREDICATE returns -a non-nil value, TYPE is the image's type ") +a non-nil value, TYPE is the image's type.") (defun image-jpeg-p (data)